TypedArray

Note: No conversion implemented for Uint8ClampedArray.

struct TypedArray (
Element
) {}

Constructors

this
this(Element[] internal)

Constructor that uses the provided internal array.

this
this(napi_env env, uint length)

Constructor that allocates on JS mem.

Alias This

internal

Members

Manifest constants

type
enum type;
Undocumented in source.
type
enum type;
Undocumented in source.
type
enum type;
Undocumented in source.
type
enum type;
Undocumented in source.
type
enum type;
Undocumented in source.
type
enum type;
Undocumented in source.
type
enum type;
Undocumented in source.
type
enum type;
Undocumented in source.
type
enum type;
Undocumented in source.
type
enum type;
Undocumented in source.

Variables

internal
Element[] internal;
Undocumented in source.

Meta